home *** CD-ROM | disk | FTP | other *** search
/ Info-Mac 4 / Info_Mac IV CD-ROM (Pacific HiTech Inc.)(August 1994).iso / Compression / MacCPIO_v0.2 Folder / MacCPIO.txt < prev    next >
Text File  |  1994-03-11  |  2KB  |  50 lines

  1. MacCPIO by Vince Paragano
  2. © 1994, Vince Paragano
  3. -------------------------
  4.  
  5. INTRO
  6. -----
  7. MacCPIO v0.2 is my first submission to Info-Mac ever.  I've been learning 
  8. Mac programming in my spare time because I have always loved the machine and 
  9. was never lucky enough to do so at school or at work.  Any way, here goes...
  10.  
  11. OVERVIEW
  12. --------
  13. MacCPIO is a quick and dirty CPIO archive creator utility.  The intent was
  14. to write a program for the Mac with a Mac "look and feel" that would
  15. generate a CPIO archive which could then be uncompacted on a Unix machine.
  16. The inspiration behind this was things like SunTAR and the fact that I wanted 
  17. to do this at work for archiving lots of Mac source code in a Unix format.  
  18. Mostly however, I must confess that it seemed like a nifty little project to 
  19. use as a learning example in Mac programming.
  20.  
  21. MacCPIO archives are made by adding one one file at a time chosen from the
  22. standard Mac "Open File" dialog box.  As it's selected, each file is both
  23. added to the growing CPIO archive and added to a scrolling list of files.
  24. The main window's title always shows the current archive's name and size.
  25. Before any files can be added, a new CPIO archive must be created.  Once
  26. all files have been added, the archive is closed.  All three of the above
  27. choices are selected from the program's only menu, File.
  28.  
  29. LIMITATIONS
  30. -----------
  31. I admit it's cumbersome adding files (one at a time) to the archive right now 
  32. but I haven't had time for a custom dialog box.  Also, it would be nice to add 
  33. an entire folder to the archive and have all the files/sub-folders in the folder 
  34. come along for the ride for free - maybe some day in future releases.  Of course,
  35. Drag and Drop would also be great!
  36.  
  37. Currently, MacCPIO also handles up to 128 files in the archive.  This is just
  38. a hard-coded limitation on my part for now.  It can be lifted/raised if this
  39. utility is useful.
  40.  
  41. AUTHOR
  42. ------
  43. Please feel free to contact me with ideas for improvement or sample code
  44. to do some of the enhancements mentioned.  If there is interest, I can also
  45. post the source code to MacCPIO.  I can be reached at:  
  46.  
  47.     Vince Paragano
  48.     vparagano@vaxserv.sarnoff.com
  49.     vince_paragano@maca.sarnoff.com
  50.     (609) 734-2580